[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
;!File: selkey.eho

                           _twKBoard() Key Codes

  These code are found in the header file TWINKEY.CH which may be used to
  replace the Nantucket INKEY.CH header file.

 ----------------------------------------------------------------------------

      Selection Keys

                   Key                     #define          Code

                 Esc, Ctrl-[             | K_ESC        |   27
                 Enter, Ctrl-M           | K_ENTER      |   13
                 Return, Ctrl-M          | K_RETURN     |   13
                 Space Bar               | K_SPACE      |   32

                 Ctrl_Esc                | K_CTRL_ESC   |   27
                 Ctrl-Return             | K_CTRL_ENTER |   10
                 Ctrl-Return             | K_CTRL_RETURN|   10
                 Ctrl_Spacebar           | K_CTRL_SPACE |   32

                 Sh_Esc                  | K_SH_ESC     |   27
                 Sh_Enter                | K_SH_ENTER   |   13
                 Sh_Return               | K_SH_RETURN  |   13
                 Sh_Spacebar             | K_SH_SPACE   |   32

                 Alt_Esc                 | K_ALT_ESC    |   257
                 Alt_Enter               | K_ALT_ENTER  |   284
                 Alt_Return              | K_ALT_RETURN |   284
                 Alt_Spacebar            | K_ALT_SPACE  |   32
 ----------------------------------------------------------------------------


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson